ignite hp-ux, which is the equivalent in solaris?


 
Thread Tools Search this Thread
Operating Systems Solaris ignite hp-ux, which is the equivalent in solaris?
# 1  
Old 08-22-2011
ignite hp-ux, which is the equivalent in solaris?

functions...

---------- Post updated at 02:51 PM ---------- Previous update was at 02:22 PM ----------

sorry i didnīt put the header in the message.

i use to add this to cron in hp-ux for do the ignite


00 00 1,15 * * /opt/ignite/bin/make_net_recovery -s <IGNITE SERVER> -n 1 -P s -u -x inc_entire=vg00 -x exclude=/var/adm/crash -x exclude=/tmp >> /var/adm/syslog/Ignite_out 2>&1


so iīve been investigating with would be the equivalent tool for solaris, and i found out that flash is not compatible with metadevices, just ufs.

and jumpstart, seems to be like to setup a server with a solaris image to install servers automatically...

so iīm a bit lost....

thanks for your help.
# 2  
Old 08-22-2011
Why do you say flash is not compatible with metadevices? Atleast I am not aware of it.

Did you look at "flar create" ? or do man flar

With flar create, you just need to give it the mount point name, /, /var etc, it does not care if the underlying devices are metadevices.
# 3  
Old 08-22-2011
this is what "solaris 10 exam prep part II by bill calkins" says:

A few limitations of the Flash Archive are worth noting:

Flash does not support metadevices or non-UFS file systems.

The archive can only be generated using packages that are currently installed and available on the master server.


so ...if you say it works, i would like to be sure...

thanks
# 4  
Old 08-22-2011
Best way would be for you to try it. Creating a test flar is not going to hurt your existing data. But as for myself, I am pretty sure it works on metadevices.
# 5  
Old 08-22-2011
then iīll trust you!

SmilieSmilieSmilie
# 6  
Old 08-22-2011
:-) :-)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

solaris sed equivalent

Hi Experts, I am using this command to edit the file contents and also add the header to the existing file. I prepared this command on my VM (Linux) and it worked as I wanted it to work. But on solaris its not working :(. Please help as it is quite urgent. sample File: a b Output... (5 Replies)
Discussion started by: sugarcane
5 Replies

2. UNIX for Dummies Questions & Answers

Equivalent of /etc/rc.local in Solaris 10

What is the equivalent of /etc/rc.local in Solaris 10? (4 Replies)
Discussion started by: proactiveaditya
4 Replies

3. Shell Programming and Scripting

ttytype equivalent command in Solaris.

Hi All, We are trying to migrate scripts from HP Unix to Solaris server, in one of the profile file following command is used to set terminal settings and export its value, "ttytype -a -s " Now the same command is not present in Solaris, could someone let me know which command should i... (0 Replies)
Discussion started by: arvindcgi
0 Replies

4. Solaris

solaris equivalent to the linux screen command

hi there is there a solaris equivalent to the linux screen command? (1 Reply)
Discussion started by: milhan
1 Replies

5. UNIX for Dummies Questions & Answers

What is the equivalent of Solaris snoop in Linux

What is the equivalent of Solaris snoop in Linux I could not find snoop in RHEL (2 Replies)
Discussion started by: santosh149
2 Replies

6. Shell Programming and Scripting

ps ax equivalent in solaris

I am using "ps ax" command in one of my scripts . AIX has x flag for ps . is there any equilent command for ps ax in solaris ? Thanks (1 Reply)
Discussion started by: talashil
1 Replies

7. AIX

ignite equivalent in AIX

Hi All, Does AIX has utility like ignite server to make remote os installation using image (2 Replies)
Discussion started by: jayannair
2 Replies

8. Solaris

I want a command in solaris equivalent to glance in HP-UX

Hi, C an someone help me out in getting the command to get system statistics like CPU, DISK and I/O utilization in a single command instead of mpstat,vmstat and iostat. When i give sar, getting the following error, bash-3.00# sar sar: can't open /var/adm/sa/sa15 No such... (6 Replies)
Discussion started by: grrajeish
6 Replies

9. Solaris

Solaris equivalent of the ioscan command

What is the Solaris equivalent of the HP-UX "ioscan -funC" command which lists all hardware on the system? (5 Replies)
Discussion started by: etc
5 Replies

10. UNIX for Advanced & Expert Users

an ignite server for Solaris 8 ?

I know and used an ignite server for hp-ux, but is there such a beast for Solaris flavour of unix ? thanks simon (1 Reply)
Discussion started by: simon2000
1 Replies
Login or Register to Ask a Question