Help to setup Central server for Solaris10.


 
Thread Tools Search this Thread
Operating Systems Solaris Help to setup Central server for Solaris10.
# 1  
Old 03-07-2012
Help to setup Central server for Solaris10.

Hi Experts,

In our env, we have around 100 more solaris 8,9,10 servers,
we quaterly apply patches & emergency fixes, for this we take prior OS Ufsdump bkp,

In order to reduce the efforts to go DC & load each time the tapes on all servers & take the ufsdump backup, we planned to set up a central server, where we can collect the OS images & store & re-use in case of system crash.(Eg: Like NIM server in AIX)

The main point around to setup is to :
1. Take all the ufsdump to disk instead of tapes.
2. Load patches in central server & patch all the clients from the central server.

**In case system crash can we recover the OS image having it on central server by booting via LAN ? can we recover like how tape restore?

Thanks
Fizan..
# 2  
Old 03-07-2012
Yes, you can do this.

You can backup all your filesystems using ufsdump to a remote disk over NFS. (You should use "fssnap" before ufsdump on each filesystem to snapshot.)

If your system crashes and won't boot then you can boot from CDROM and mount your hard disk root filesystem on /a. You can, if you need, then "newfs" your root slice ready to take a clean restore.

Use the ifconfig utility to plumb and configure a network interface so that you can ping the remote box where your root ufsdump is sitting.

Then mount the remote filesystem containing your ufsdump on /mnt.

Change directory to /a and ufsrestore your dump file of the root.

Job done!!

Of course, you may need to restore other filesystems in the same way (eg /var) before your system will boot depending on how you installed everything in the first place.

As far as patching is concerned you could store patchsets on your central box but you should ftp them to each server for patching because it is strongly recommended that patching is done in single user.

Just post if you need any of the above expanded.


---------- Post updated at 10:07 AM ---------- Previous update was at 10:04 AM ----------

Another route would be to use flarcreate to create a flash on your cental server.
To recover boot from CDROM and do a "flash" install.

Last edited by hicksd8; 03-28-2012 at 05:43 AM..
# 3  
Old 03-07-2012
Thanks for the tip, will try out the 1st option & let you know.Smilie)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Configuring central logging server for network devices

Hi I am very well aware of configuring central logging (syslog)server on solaris to capture logs of other solaris servers. But don't know how to capture the logs of network devices like Juniper , cisco etc on solaris server. Is this possible through syslog server of solaris. Is there any way we... (1 Reply)
Discussion started by: amity
1 Replies

2. Red Hat

Central authentication server

Hi guys In the firm we are running Windows and Linux server. Currently all servers are using the same usernames and password and from my opinion is we are running bad and non secure practice. I was looking some documentation and I think best solution is to use SAMBA/LDAP/Kerberos to act as... (5 Replies)
Discussion started by: solaris_user
5 Replies

3. IP Networking

[ASK] How to setup portfw to server behind another server

Hi Experts, I was trying to find some documentations about this but seems I'm not good enough to find that one, so I'm seeking a help from the expert here. I have 3 Solaris Server and the diagram as follow: My PC => ---------------------- I was able to setup port forwarding to Server... (0 Replies)
Discussion started by: AdziE
0 Replies

4. Shell Programming and Scripting

Error copying files from Unix (Solaris10) to Windows Server 2003 using scp/sftp

Hi, I have generated a Public/Private Key Pair in Solaris Unix (source) server and deployed the Public key in Windows 2003(target) server .ssh directory of user profile. When i try to connect(ssh, scp, sftp) from Unix, i'm getting below error message. Sun_SSH_1.1, SSH protocols 1.5/2.0,... (0 Replies)
Discussion started by: ajaykumarb
0 Replies

5. Solaris

Directory Server Enterprise Edition 7 - install on Solaris10

hello, Today trying to install the DSEE and died... I have Solaris 10 10/09 SPARC and I try install DSEE7 on solaris non-global zones. I made all the necessary steps in Oracle-Sun documentation for DSEE7 install. I haven't errors and problem during instalation. When I try log in: Web... (1 Reply)
Discussion started by: bieszczaders
1 Replies

6. Filesystems, Disks and Memory

Central Backup Server

Hi , I have several Linux Servers , and now i want to run a Central backup server. . I'm looking forward finding an enterprise solution for this affair . there are different types of data on this servers, like : Mysql databases , mail server, web server , Cacti and MRTG graphs , ... I find some... (1 Reply)
Discussion started by: nasser
1 Replies

7. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

8. Solaris

Internet setup on solaris10

Hi all, Can anyone please tell me how to setup internet on solaris10, b72? I own an airtel broadband, with a beetel 220BXI modem. I am new to solaris so was wondering as to how it can be done? Thanks (23 Replies)
Discussion started by: wrapster
23 Replies

9. UNIX for Dummies Questions & Answers

Howto setup terminal connection Solaris10?

Hello, Which services and daemons are used in Solaris in order to connect to Solaris10 from windows-Reflection ? Please just give me a brief information, I can read details from other resources. Thanks (0 Replies)
Discussion started by: XNOR
0 Replies

10. UNIX for Dummies Questions & Answers

setup a DNS server for my redhat server

Using Redhat Linux Enterprise AS 4 can someone teach me how to setup a dns server for my webserver? i've registered a domainname at mydomain.com but when i type in the domain i register i cannot enter to my webserver. someone told me that it is related with the DNS setting on my server. i've... (2 Replies)
Discussion started by: kaixiang88
2 Replies
Login or Register to Ask a Question