Search Results

Search: Posts Made By: Kjons76
Forum: Solaris 06-22-2011
1,836
Posted By vgersh99
For starters, take a look at this FAQ...
For starters, take a look at this FAQ (https://www.unix.com/answers-frequently-asked-questions/13527-cron-crontab.html).
Secondly, make sure that #!/bin/bash appears as the FIRST line in your script.
Forum: Solaris 06-16-2011
3,477
Posted By hergp
The error message is printed, when the user runs...
The error message is printed, when the user runs another shell than some sort of ksh. Maybe the user is using bash or maybe the shell is configured with a path like "/bin/ksh". This is possible,...
Forum: Solaris 01-10-2011
10,732
Posted By DukeNuke2
the second line of the file should give you some...
the second line of the file should give you some clues... it's the user "oracle" login shell config file (.profile; in this case). place it in the useres homedir...
Forum: Solaris 01-06-2011
2,104
Posted By bluescreen
I think the disconnect here is that you need to...
I think the disconnect here is that you need to put the hostname in the /etc/hostname.ce1,2,3 files. So, in your instance, put a different hostname in each file corresponding to the ip address you...
Forum: Solaris 01-06-2011
2,104
Posted By DGPickett
Maybe you need to add them to the start-up...
Maybe you need to add them to the start-up scripts, as I see no promise to save the settings in a file for future reference in the man page. I did see this:


...
Forum: Solaris 01-06-2011
2,104
Posted By bluescreen
This is not necessary in Solaris 10. Simply put...
This is not necessary in Solaris 10. Simply put the hostname that corresponds to the IP address you want on the interface into the proper /etc/hostname.<interface> file and you should be good.

#...
Forum: Solaris 01-04-2011
6,304
Posted By DukeNuke2
try ./openssl req .... in the same directory as...
try ./openssl req .... in the same directory as above.
Forum: Solaris 01-04-2011
6,304
Posted By jlliagre
No, it is because the directory where the command...
No, it is because the directory where the command is located is missing from your PATH. Either use an explicit path as already suggested by DukeNuke2, or add the directory to your PATH. Note that...
Forum: Solaris 01-04-2011
6,304
Posted By jlliagre
Looks redundant. Simply use: ...
Looks redundant. Simply use:
PATH=$PATH:/sbin:$HOME/bin:/usr/sfw/bin
Forum: Solaris 01-04-2011
6,304
Posted By DukeNuke2
read the man page of the shell you are using....
read the man page of the shell you are using. there should be hints about config files to use for just this...
Forum: Solaris 01-04-2011
2,555
Posted By bluescreen
Your ce3 interface does not have a link to the...
Your ce3 interface does not have a link to the network as there is no "RUNNING" status. (see the other interfaces) If you correct this error I'm sure most of your issues will disappear.
Forum: Solaris 01-03-2011
2,023
Posted By m.d.ludwig
Use: goYou might want to keep this link to the...
Use:
goYou might want to keep this link to the OpenBoot 3.x Command Reference Manual -- http://dlc.sun.com/pdf/806-1377-10/806-1377-10.pdf...
Forum: Solaris 01-03-2011
2,023
Posted By bluescreen
First off, you need another drive that is EXACTLY...
First off, you need another drive that is EXACTLY like the current boot drive(rpm,sectors,cylinders,heads,etc.). It appears that you have UFS file systems so I would recommend Solaris Volume...
Forum: Solaris 01-03-2011
5,778
Posted By bluescreen
Try: # ifconfig ce3 unplumb or, if you...
Try:

# ifconfig ce3 unplumb

or, if you have another IP address you want to use:

# ifconfig ce3 new.ip.addr.here up

man ifconfig...
Forum: Solaris 12-29-2010
6,304
Posted By DukeNuke2
solaris 10 has all packages on board... remove...
solaris 10 has all packages on board... remove the new packages with "pkgrm" and add /usr/sfw/bin to you path and try again with the "openssl" command.
Forum: Solaris 12-29-2010
6,304
Posted By DukeNuke2
you are on solaris 8? which packages have you...
you are on solaris 8? which packages have you installed? the link you provided lists 8 packages to install. your error message looks like you don't install them...
Forum: Solaris 12-29-2010
6,304
Posted By dangral
Sunfreeware installs openssl in /usr/local/ssl/ ...
Sunfreeware installs openssl in /usr/local/ssl/ so your PATH to the binary would be:

PATH=${PATH}:/usr/local/ssl/bin
Forum: Solaris 12-21-2010
3,104
Posted By DukeNuke2
something like this: Baban's Weblog...
something like this:
Baban's Weblog (http://blogs.sun.com/baban/entry/steps_to_setup_ssl_using)
?
Forum: Solaris 12-16-2010
2,424
Posted By citaylor
ok, probably best to boot from the cdrom, and...
ok, probably best to boot from the cdrom, and then try to fsck the root and /var filesystems.
Forum: Solaris 12-17-2010
2,424
Posted By citaylor
When you are at the OK prompt, type printenv and...
When you are at the OK prompt, type printenv and look for "boot-device". This will tell you the device that root is on. Boot the cdrom and fsck the root device. Then you should be able to mount...
Forum: Solaris 12-16-2010
2,424
Posted By citaylor
sorry...can you explain what point you have got...
sorry...can you explain what point you have got to ?
What have you successfully completed ?
Forum: Solaris 12-14-2010
2,424
Posted By citaylor
Have you got any spare drives for the box ? If...
Have you got any spare drives for the box ? If so this guide (http://sysadminsjourney.com/content/2009/05/25/liveupgrade-solaris-9-solaris-10) may be useful to you.
Forum: Solaris 12-14-2010
3,204
Posted By bartus11
Try: mount -F ufs /dev/md/dsk/d0 /oracle
Try: mount -F ufs /dev/md/dsk/d0 /oracle
Forum: Solaris 12-14-2010
3,204
Posted By bluescreen
You need to add it to /etc/vfstab for it to mount...
You need to add it to /etc/vfstab for it to mount at boot time.

Use /bin/vi to edit /etc/vfstab. The line should look like this:
/dev/md/dsk/d0 /dev/md/rdsk/d0 /oracle ufs 2 yes -

HTH
...
Forum: Solaris 12-14-2010
3,204
Posted By bluescreen
Dont forget the "-" at the end of the line. OTW,...
Dont forget the "-" at the end of the line. OTW, looks fine to me.
Showing results 1 to 25 of 25

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