using zpool snapshot for deployment of physical boxes


 
Thread Tools Search this Thread
Operating Systems Solaris using zpool snapshot for deployment of physical boxes
# 1  
Old 12-14-2010
using zpool snapshot for deployment of physical boxes

Hi,

I'm trying to use the method of taking a rpool snapshot of a "gold system" and using that to deploy to other physical boxes.

I normally delete the /etc/path to inst file, and reboot, and it takes care of any devices / hardware errors I get.

But, my controller numbers are changing, and id like to not have this happen.

i.e. c0t0d0 is now c8t0d0

Is there a way to manipulate these id's back to their original?

In particular, the issue is with a tape drive, and netbackup doesnt like the controller number change.

Any help is appreciated! Thanks..

Brian
# 2  
Old 12-15-2010
The /dev files are just symbolic links to the /device tree. You might just create new links with the name and target expected by your application. However, this is a hack that might be defeated by Solaris reconfiguration commands that would happen later.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Confusion Regarding Physical Volume,Volume Group,Logical Volume,Physical partition

Hi, I am new to unix. I am working on Red Hat Linux and side by side on AIX also. After reading the concepts of Storage, I am now really confused regarding the terminologies 1)Physical Volume 2)Volume Group 3)Logical Volume 4)Physical Partition Please help me to understand these concepts. (6 Replies)
Discussion started by: kashifsd17
6 Replies

2. Solaris

svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. [ n

After a memory upgrade all network interfaces are misconfigued. How do i resolve this issue. Below are some out puts.thanks. ifconfig: plumb: SIOCLIFADDIF: eg000g0:2: no such interface # ifconfig eg1000g0:2 plumb ifconfig: plumb: SIOCLIFADDIF: eg1000g0:2: no such interface # ifconfig... (2 Replies)
Discussion started by: andersonedouard
2 Replies

3. Shell Programming and Scripting

Application Deployment Script

Hi, I need to develop a script which will deploy my web application binary(.war) file in the jboss application server. I also need to take the back up of the existing binary file and rename the same with current date and then deploy the new binary from my specified location. The same... (1 Reply)
Discussion started by: Siddheshk
1 Replies

4. AIX

Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine

Hello All, Can anybody please tell me what is the maximum limit of Physical IBM Power Machine which can be handled by single HMC at a single point of time? Thanks, Jenish (1 Reply)
Discussion started by: jenish_shah
1 Replies

5. Web Development

Looking for a tool for SVN deployment

Please help! I am looking for a tool which can perform following tasks: 1. Display repository lists 2. Upload repository via ssh to production server 3. Check the last repository number updated 4. Capable to work with Apache and PHP on Linux OS. Thank you. (2 Replies)
Discussion started by: greenja
2 Replies

6. UNIX for Dummies Questions & Answers

What UNIX is best for an all-in-one-server deployment

Heya, my university department wants to deploy a UNIX based system instead of various unnetokred windows PCs. We are trying to build a terminal server solution on either FreeBSD,Solaris or Debian Linux. The system would mostly run office applications on X11 and file sharing (with Samba). In... (4 Replies)
Discussion started by: masterfreek64
4 Replies

7. Windows & DOS: Issues & Discussions

Code deployment issue

I have developed an application in Eclipse and created a JAR File for the same. I deployed the JAR File in UNIX environment and while executing the same I get the following Error: (dstdbxx1:/export/home/edi_proc/PSON_Automation)$ls LOG PSON ... (2 Replies)
Discussion started by: harimadhavbalu
2 Replies

8. UNIX for Dummies Questions & Answers

Physical volume- no free physical partitions

I was in smit, checking on disc space, etc. and it appears that one of our physical volumes that is part of a large volume group, has no free physical partitions. The server is running AIX 5.1. What would be the advisable step to take in this instance? (9 Replies)
Discussion started by: markper
9 Replies

9. UNIX for Dummies Questions & Answers

physical volume and physical disk.

Hello, I need explanations about physical disks and physical volumes. What is the difference between these 2 things? In fact, i am trying to understand what the AIX lspv2command does. Thank you in advance. (2 Replies)
Discussion started by: VeroL
2 Replies

10. Programming

text boxes, radio buttons , check boxes in c++ on unix

Hi ! Please tell me how to get radio buttons, text boxes , check boxes , option buttons , pull down menus in C++ on Unix. I think it would be done using curses.h ..but that's all i know. TIA, Devyani. (3 Replies)
Discussion started by: devy8
3 Replies
Login or Register to Ask a Question