unix create instance


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unix create instance
# 1  
Old 09-16-2002
unix create instance

I would like to create multiple instances in the unix application server for different configuration setting / software version installation.
1. how do i create the instances in a server? if i want to create a test instance should i just do mkdir test_00 n then with cmd
set_inst test_00. then install the software under this inst?
thanks
# 2  
Old 09-16-2002
dual booting??? multiple instances...

If you are talking about Real UNIX (ie. HPUX, SUN, AIX) and not Linux. Start at the top of this post.

I assume you are asking, in referring to an "instance", as an individual separate version of the UNIX OS running on a system.

I believe that you are wanting to have multiple instances on one box.

Here is a good link to read:

https://www.unix.com/showthread.php?s...highlight=cell


You will need to have a bootable disk for each different instance (UNIX OS). You will only be able to boot one at a time.


EDIT HERE::

If you are talking about Linux on an Intel platform. You will need to have separate partitions on your hard drive or you can still have separate disks for each one. Although I don't know how you could dual boot with multiple versions of the SAME Linux version, never having done this myself!

Smilie
# 3  
Old 09-16-2002
Kelam, it is fairly common to multi-boot Linux box using only one partition or drive. You can specify a different or newer/older kernel, and it will use your existing system with different kernels (as long as they're set up correctly).
# 4  
Old 09-17-2002
clarify two separate instances or just multi kernels??

I didn't think about booting diff kernels... Yea that is perfectly feasible. Although I believe that would be only one instance of the OS.

I thought they were talking about distinct different instances of LINUX, like BSD and RedHat, on the same disk, or two instances of the same LINUX OS, not just booting to a diff kernel.

Maybe Sandy can clarify what was meant.

SmilieSmilie
# 5  
Old 09-17-2002
My box has a sorta tripple-boot:

WinME Smilie
FreeBSD 4.6.2 Smilie
FreeBSD Stable Smilie

I've had no troubles running it like this! Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Getting error while trying to create a Solaris boot instance

I issue the following command to create a boot instance from an active boot instance on solaris 11.1. beadm create -a -d "Oracle x86 64 BIT Solaris SunOS Rel 5.11 Ver 11.1 10/2012 Enable SSH " OraSolBcp I get the following error below;- be_mount_callback: failed to mount dataset... (5 Replies)
Discussion started by: Tenyhwa
5 Replies

2. UNIX for Advanced & Expert Users

Multiple Instance of Unix Shell Script

Hi All, I have a problem mentioned below. I have a script which performs line by line operations on several files. I have a temp_file storing the list of names of the file to be validated. Right not in while loop i validate these files one by one. Is there anyway that i can modify... (1 Reply)
Discussion started by: amitaryans
1 Replies

3. UNIX for Dummies Questions & Answers

Create a unix account

Hi, Please could some advise how to create a unix account, from the root account. thanks you (2 Replies)
Discussion started by: venhart
2 Replies

4. Shell Programming and Scripting

replace first instance(not first instance in line)

Alright, I think I know what I am doing with sed(which probably means I don't). But I cant figure out how to replace just the first occurance of a string. I have tried sed, ed, and grep but can't seem to figure it out. If you have any suggestions I am open to anything! (3 Replies)
Discussion started by: IronHorse7
3 Replies

5. Shell Programming and Scripting

create group in unix

Hi, I want to create group in unix. what is the command? how to create a group and add a user into that group? Thanks in advance (2 Replies)
Discussion started by: senthil_is
2 Replies

6. UNIX for Dummies Questions & Answers

create new user in unix

hi how to create new user in unix plz explain me (3 Replies)
Discussion started by: arulkumar
3 Replies

7. UNIX for Dummies Questions & Answers

create New UNIX User

Hi all, I wish to create some users, I can do that using the following command. useradd I wonder If i could create Uers as a clone of Root. I mean different users but having the same provileages as Root user. Can be ablle to access the Root Dir and so on .. Please help me out Is this... (6 Replies)
Discussion started by: Asteroid
6 Replies

8. Shell Programming and Scripting

How to create a unix shell

Hello, Can somebody help me find tutorials or example for creating a basic unix shell with minimal functionalities. I am a beginner and want to know about how really the shell works. Thanks. (2 Replies)
Discussion started by: pleaseteachmeun
2 Replies

9. Shell Programming and Scripting

Create Unix User

Is there any way to create user with default password by shell script withoud manual intervantion and from a text file having user's information and default password. Thanks (6 Replies)
Discussion started by: wenay
6 Replies

10. UNIX for Dummies Questions & Answers

How to create a Unix Network?

I am having a small office with 10 pc. I want to create a unix network.Help me in creating the network. (3 Replies)
Discussion started by: vivekanand
3 Replies
Login or Register to Ask a Question