Search Results

Search: Posts Made By: bluescreen
Forum: Solaris 04-21-2011
1,258
Posted By bluescreen
You need to create your zpool first, then...
You need to create your zpool first, then allocate the / and /var to the pool using your zone config file (or with the zonecfg cmd "add fs").

HTH
Forum: Solaris 03-25-2011
3,636
Posted By bluescreen
Read up on the "trap" command for your script. I...
Read up on the "trap" command for your script. I use it to capture exit codes and perform actions based on a specific code.

HTH
Forum: Solaris 03-25-2011
3,875
Posted By bluescreen
Think about what resources your script actually...
Think about what resources your script actually needs to run. I'm sure the PATH (which is the same in both) and LD_LIBRARY_PATH var are probable required. What about the Oracle vars? Does the...
Forum: Solaris 03-24-2011
3,875
Posted By bluescreen
Is the /usr/bin/sh script calling the...
Is the /usr/bin/sh script calling the /usr/bin/perl script? -OR- is the Perl script embedded in the sh script? If you can run this from the command line and it completes normally, do you have...
Forum: Solaris 03-24-2011
5,913
Posted By bluescreen
The system I'm using as the jumpstart server is...
The system I'm using as the jumpstart server is running Solaris 10u9 and has the latest Solaris 10 Recommended patch bundle applied. (Kernel patch 144488-09 applied) The patch above and all the...
Forum: Solaris 03-24-2011
5,913
Posted By bluescreen
That works. But :) the install still prompts me...
That works. But :) the install still prompts me for information.

Here is my rules file:
hostname sys1 - sys1.zfs -
Here is my "profile" file (sys1.zfs):
install_type ...
Forum: Solaris 03-23-2011
5,913
Posted By bluescreen
I run "boot net" from the "ok" prompt. The...
I run "boot net" from the "ok" prompt. The client picks up the IP addr and hostname from the install server. It just never finishes the install with out prompting for info .....
Forum: Solaris 03-23-2011
3,875
Posted By bluescreen
It could be your environment or it could be the...
It could be your environment or it could be the script. Try running it in cron with out redirection. In other words, remove any "> /dev/null 2>&1" in the crontab entry.

Also, I am not familiar...
Forum: Solaris 03-23-2011
5,913
Posted By bluescreen
Jumpstart with ZFS root install
Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)).

My issue is...
Forum: Solaris 03-23-2011
3,875
Posted By bluescreen
No. If the script will run from the command...
No. If the script will run from the command line, it will run in cron.
Forum: Solaris 03-15-2011
6,337
Posted By bluescreen
If you can, Please post the output of: ifconfig...
If you can, Please post the output of:
ifconfig -a
and
netstat -rn
Forum: Solaris 03-15-2011
15
ZFS
4,708
Posted By bluescreen
Use format to modify the cylinders on the disk. ...
Use format to modify the cylinders on the disk. Then user newfs to created your UFS filesystems.
Forum: Solaris 03-15-2011
15
ZFS
4,708
Posted By bluescreen
Sure. But you must remove the disk from the...
Sure. But you must remove the disk from the zpool first.

HTH
Forum: Solaris 03-14-2011
5,801
Posted By bluescreen
Check your permission on $HOME/.ssh ....... they...
Check your permission on $HOME/.ssh ....... they should be 700 or -rwx------


HTH
Forum: Solaris 03-14-2011
15
ZFS
4,708
Posted By bluescreen
I can give you two reasons I switched to ZFS over...
I can give you two reasons I switched to ZFS over a year ago:


Reliability: ZFS file systems are more reliable in a system crash than UFS. I had a system crash due to a power failure recently. ...
Forum: Solaris 03-11-2011
1,079
Posted By bluescreen
Where did the docs go?
Did you ever wonder what Oracle did with the Sun Documentation? It's still out there but it's not that easy to find even with their new wiz-bang "My Oracle Support" page. I found this site today...
Forum: Solaris 03-11-2011
2,704
Posted By bluescreen
Use format to find the disks. They will look...
Use format to find the disks. They will look like "c1t0d0" or "c0t3d0" or something with cNtNdN designation. Run this to see the disk list:
echo | format

This will give you output like this:...
Forum: Solaris 03-07-2011
13,838
Posted By bluescreen
SSH and PAM authentication issues on Solaris 10
This is a zone running Solaris 10u8 on a 6320 blade. The global zone is also running 10u8.

One my users is attempting to change his password and getting a following screen:

$ ssh remotesys...
Forum: Solaris 03-04-2011
2,380
Posted By bluescreen
Google: solaris active directory single sign on
Google: solaris active directory single sign on
Forum: Solaris 03-04-2011
8,048
Posted By bluescreen
Does the directory /export/home/bartadm/.ssh...
Does the directory /export/home/bartadm/.ssh exist? If not, create it with 700 permissions.


HTH
Forum: Solaris 03-03-2011
24,220
Posted By bluescreen
True. I want the progress meter but not the...
True. I want the progress meter but not the banner from the remote system.
Forum: Solaris 03-02-2011
24,220
Posted By bluescreen
don't want banner displayed when using scp
:wall:

Is there a way to prevent the banner from displaying from the remote host when using scp? I see from the man pages that the '-o' option passes args to ssh and I've tried several variations...
Forum: Solaris 03-02-2011
1,289
Posted By bluescreen
Moved zone now traceroute times out
I recently moved a Solaris 10 zone from one Solaris 10 global zone to another Solaris 10 global zone. Now traceroute doesn't work from the moved zone. I ran traceroute from the global zone and...
Forum: Solaris 03-02-2011
16,979
Posted By bluescreen
Try this link...
Try this link (http://download.oracle.com/docs/cd/E19253-01/index.html). It goes to the entire Solaris 10 documentation set. The man pages are about half way down the page.


HTH
Forum: Solaris 03-02-2011
7,453
Posted By bluescreen
You could also check the checksum of the files. ...
You could also check the checksum of the files. This gives a unique number associated with the file and its contents. If the contents change but the size, permissions and mod time stay the same,...
Showing results 1 to 25 of 256

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