Search Results

Search: Posts Made By: Stellaman1977
11,523
Posted By MadeInGermany
Thank you! I have never heard of the boot -F...
Thank you! I have never heard of the boot -F failsafe before.
Have read about it now: an Oracle article says it must exist as /platform/`uname -m`/failsafe.
I have access to an older Solaris 10...
646
Posted By RudiC
Just click the "Edit tags" at the top right of...
Just click the "Edit tags" at the top right of the tags section.When creating a thread, some default - not necessarily spot on or meaningful - tags are added automatically. Edit to taste.
646
Posted By bakunin
Alas i can't help you with your problem, as i am...
Alas i can't help you with your problem, as i am Solaris-illiterate.



This, though, is easy: simply write ...<yourtext>..... For example:

"while /my/cmd ; do (( passes += 1 )) ; done"
...
1,481
Posted By MadeInGermany
AFAIR there are two package formats, one is a...
AFAIR there are two package formats, one is a one-file, and the other is a directory (one can convert to each other with the pkgtrans command).
The one-file package you install with
pkgadd -d...
1,481
Posted By rdrtx1
See if this previous post helps (found after...
See if this previous post helps (found after search):

https://www.unix.com/solaris/259753-pkgadd-error-no-packages-found-var.html
1,350
Posted By MadeInGermany
Yes, correct.
Yes, correct.
1,350
Posted By MadeInGermany
Yes, this is a boot block issue. # man...
Yes, this is a boot block issue.
# man installboot
...
installboot bootblk raw-disk-deviceSo it is actually
# installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/cwtxdys0/dev...
1,350
Posted By MadeInGermany
Your decision. Usually I removed them, in order...
Your decision.
Usually I removed them, in order to occupy less space on the file system (and on the backup medium).
Also saved me from "what's this?" questions :D
1,350
Posted By MadeInGermany
The restoresymtable is a temporary file for...
The restoresymtable is a temporary file for ufsrestore, and can be safely removed.
(Actually ufsrestore only needs it if the dump file is on tape and spans over more than one tape.)
By default...
2,260
Posted By MadeInGermany
Aha! Much different from a Sparc disk label and...
Aha!
Much different from a Sparc disk label and boot block.
2,260
Posted By MadeInGermany
I am surprised that reset is an unknown command....
I am surprised that reset is an unknown command. Try reset-all. Or power-cycle the box.
I think "Enter filename" means it has run a boot block okay, but it does not find the "platform" (e.g. for...
2,260
Posted By hicksd8
You have two processors there. The service...
You have two processors there. The service processor and the main processor. You cannot boot from cdrom into single user if the main processor is up and running Solaris. Is your terminal connected...
2,260
Posted By MadeInGermany
My commands are for the ok> prompt, after an...
My commands are for the ok> prompt, after an "init 0" from the Solaris OS.
Maybe your prompt is slightly different: {1} ok .
Another useful command is:
ok> printenv
2,260
Posted By MadeInGermany
Have you tried to reset it? ok> setenv...
Have you tried to reset it?
ok> setenv aut-boot? false
ok> reset(Or power-cycle)
ok> boot cdrom -sFinally, when everything works, it makes sense to enable auto-boot again
ok> setenv auto-boot?...
2,260
Posted By hicksd8
Firstly, you are not giving enough information...
Firstly, you are not giving enough information here. As Don said, what hardware is it? What version of Solaris is it? Not all [platforms can run Solaris 11 and Some hardware platforms are...
2,260
Posted By MadeInGermany
The command is correct for Solaris Sparc, and a...
The command is correct for Solaris Sparc, and a CD with a Solaris boot block should work.
Is the CD okay? Cloned ones can miss the boot block.
Can also be a defective cdrom drive (does it work...
2,260
Posted By Don Cragun
As noted in the message marked in red above......
As noted in the message marked in red above... maybe the boot command is expecting you to provide the pathname of a file on the CD-ROM and not just the -s argument to be passed to it???

What...
2,720
Posted By MadeInGermany
While {} \; runs a chmod for each file, the {} +...
While {} \; runs a chmod for each file, the {} + collects the filenames and, when long enough, runs a chmod with the collected argument list.
Fewer invocations of chmod => greater speed.
2,720
Posted By MadeInGermany
Your post#9 confirmed that my assumption in...
Your post#9 confirmed that my assumption in post#5 is right, and you should try my suggestion in post#3 to alter file ownership.
I forgot to mention that the "chown" requires "root=" permission on...
2,720
Posted By Peasant
How are filesystems from the former server which...
How are filesystems from the former server which acted like a NAS exported ?
Is the same or similar configuration used during export from new NAS storage ?
Are some firewalls (ipfilter, ipnat)...
2,720
Posted By hicksd8
Reading MadeInGermany's post#5 I can see that he...
Reading MadeInGermany's post#5 I can see that he has a different perception of this problem than Jim and I.

So, questions:

Are both node 1 and node 2 both mounting the filesystem(s) on the NAS...
2,720
Posted By jim mcnamara
Clarification: We have two boxes. Box 1 is...
Clarification:

We have two boxes. Box 1 is parent. Box 1 owns the filesystem. Box1 shares the filesystem via NFS or samba or whatever. Box 1 does not care who connects to the filesystem and...
2,720
Posted By MadeInGermany
My understanding is that the two Solaris boxes...
My understanding is that the two Solaris boxes NFS-mount the same file system from another box, a NAS (Network Attached Storage) box.
Perfectly normal.
But there is no common naming service in...
2,720
Posted By hicksd8
Whoa!! Hang on a minute. Let's explain some...
Whoa!! Hang on a minute. Let's explain some things here.

Any one filesystem can only be mounted by one operating system at a time. Mounting the same filesystem on multiple machines is an...
2,720
Posted By MadeInGermany
Normally a home directory is fully owned by the...
Normally a home directory is fully owned by the user, and you can do
chown -hR username /home/usernameThe -h is necessary because by default chown follows a symbolic link. Imagine the user has a...
Showing results 1 to 25 of 96

 
All times are GMT -4. The time now is 08:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy