configuring the system


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers configuring the system
# 1  
Old 11-15-2001
configuring the system

Hi,

I am trying to restore a tape from one system to another.
I want to restore the whole system.
The thing is that the first system has 2 disks and
the second has 1 disk but the capacity is the same.See below:

first system:

2 disks ---> 9Gb and 7Gb

second system:

1 disk ---> 16Gb

I set the partioning the same though, so whatever I have on the first system I have at the second as well. The thing is that the devices obviously going to be the same.
I would to know which files in specific are the ones that UNIX reads when it comes up?

For example must the the following file be changed
to the correct device, and if yes which other files
shall I consider ??

<pre>

isgsi01(root)8: more .cpr_config

CnFg/.CPR/
/dev/dsk/c0t0d0s0/pci@1f,4000/scsi@3/disk@0,0:a

</pre>


Thanks for your help !
# 2  
Old 11-15-2001
Sorry I mispelled.

<< I set the partioning the same though, so whatever I have on the first system I have at the second as well. The thing is that the devices obviously are NOT going to be the same.
I would like to know which files in specific are the ones that UNIX reads when it comes up? >>
# 3  
Old 11-15-2001
I think that your approach to this project is fundamentally flawed. You need to install an os on the new system just to get the ball rolling. Then you need to set up your filesystems. Then you should carefully select a few configuration files from /etc that need to be copied over and install those. Finally restore the non-os filesystems (and I include /opt and /usr/local). Then see how it looks. You will probably find that something else from /etc needs to be copied. You just work with it till it's right. But stuff like / and /usr and /var (and /stand if it's separate) should be left alone in general, with only a few specific files being copied from the old system to the new. And for every file copied to an os filesystem you should know precisely why you are copying it.

You will find this much easier if you have the old system and new system up at the same time. This means that they will need different ip addresses and different host names.
# 4  
Old 11-15-2001
Thanks Perderabo,

Actually, I would like to cluster a UNIX server that is running oracle. I managed to do that finally by:

NOT installing an operating system but ONLY partition the disk the way the UNIX server was and newds each one of them. Then using the dat tape I managed to restore everything back. After 3 days it is all NOW working.
Thank you all for your help and ideas anyway.

;-)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

2. UNIX for Dummies Questions & Answers

Configuring DNS

Hi guys, I had Cpanel VPS hosting and switched to non managed VPS hosting. My nameservers are configured as follows ns1.mobz.ca 69.175.76.110 ns2.mobz.ca 69.175.76.111 Before switching my domain worked perfectly. Like webprofessionalsconnect.com with those settings worked. With new... (4 Replies)
Discussion started by: vahankh
4 Replies

3. UNIX for Dummies Questions & Answers

Need help configuring SSH on HP-UX

Can someone show me the basics on configuring SSH on Unix so I can access my Unix account remotely from Windows 7. Basically, I want to fire some scripts remotely. I've already posted a thread on the Windows forum thinking my configuration was wrong on the Windows side. But the more I read the... (9 Replies)
Discussion started by: rm-r
9 Replies

4. UNIX for Dummies Questions & Answers

help configuring Ajaxterm

Hello there, I installed Ajaxterm on my Ubuntu 9.04 machine, and it's running ok if I use :http://localhost:8022/ in my broswer. This is the problem , it can only be accessed localy. If I want to access it through internet from another computer, it fails. I've read the tutorials on how to... (1 Reply)
Discussion started by: wosis
1 Replies

5. Web Development

Need help for Configuring Squid-2.6

Hi, Previously I was using squid-2.5 accelerated but due to link breaking issue, I have upgraded it to 2.6 but i am unable to configure it with accelerated support. Kindly help me to make it accelerated proxy server. My 2.6 squid.conf : ##################################################... (0 Replies)
Discussion started by: jagnikam
0 Replies

6. IP Networking

Need help configuring routing

I have a Windows laptop and a Sparc desktop. I'm trying to toy around with routing. If have always on broadband from BT. My router ipaddress is: 192.168.1.1 This router uses DHCP. My Laptop Ip is as follows: Ethernet adapter Local Area Connection: Connection-specific DNS... (1 Reply)
Discussion started by: Kongowea
1 Replies

7. UNIX for Dummies Questions & Answers

configuring nagios

Hi all I'm trying to get nagios up and running on FreeBSD 4.10 I installed the ports and just have to configure it documentation supplied by nagios on how to configure the net-mgmt is not working for me. I tried everything possible but just can't seem to configure it. Anybody have an... (1 Reply)
Discussion started by: stunner
1 Replies

8. UNIX for Advanced & Expert Users

Configuring.....

Hi Folks, I would like to learn the basics of unix administration like configuring telnet, ftp, smtp,etc.. Could u suggest me a good site for learning it??? or the methodology that has to be followed for learning it??? TIA, Nisha :) (2 Replies)
Discussion started by: Nisha
2 Replies

9. UNIX for Advanced & Expert Users

configuring DNS

what are the files needed for the installation of a dns server on linux (redhat 7x)? what service does it run and where are the files & services located? (1 Reply)
Discussion started by: lealyz
1 Replies
Login or Register to Ask a Question