OpenServer 6.0v installation


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users OpenServer 6.0v installation
# 1  
Old 08-25-2012
OpenServer 6.0v installation

Hi:

I'm installing SCO Open Server 6.0v on VMWare ESXi,
The instalation procedure giving by UnXis is using OVF deploy template and
it create a primary partition of 10gb only.

Any one know, if the OVF template could be edited to create a larger partition??

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Installation on SCO Openserver 5.0.5

Hello all, First off- great forum! I have learned a lot just by reading some of the questions and answers. Good to see there are good people out there still willing to help! Here is my dilemma- I have a fairly new server running an Activant product on it, which runs SCO openserver 5.0.5... (9 Replies)
Discussion started by: crt001
9 Replies

2. UNIX for Advanced & Expert Users

Installation of Sco Openserver 5.0.7 on HP DC 7600

Hi All , I wanted to install SCO Open server 5.0.7 on HP DC7600 Desktop Machine, is there any bootloader and which site i can find it to enable me install it because the system is not recognizing the Hard disk just like the ML G Series machine installations. Please help if you have done this... (4 Replies)
Discussion started by: davosky
4 Replies

3. SCO

sco openserver release 5.0.5 installation problems on notebook

hello, i want to install release 5.0.5 on my notebook but the system hangs when extracing files from source media in fact after configuration all of setting please help me:confused: (1 Reply)
Discussion started by: hossein
1 Replies

4. SCO

SCO OpenServer 5.0.7 Installation problem on HP ML310 G4

can not for the life of me workout which BTLD to load allways shows no HDD available can any one give me a clue tried hpsas aacraid lsil a160 a320 server is a ML310 G4 ?????:confused::confused: (7 Replies)
Discussion started by: wildginger
7 Replies

5. SCO

openserver 6.0 installation PANIC

I'm trying to install openserver 6.0 on a locally assembled ACPI Multiprocessor PC with an intel core 2 dou e4400 @ 2 ghx and a WD8000JD SATA HD. Immediately after the startup screen I get "PANIC: kernel-mode address fault on kernel address 0xf000ff53". I get this message even if the drive is... (1 Reply)
Discussion started by: tvmccorm
1 Replies

6. SCO

SCO OpenServer 5.0.7 Installation problem

we are installing Openserver 5.0.7, system have SAS controller (Hard Disk Attached) as well as Adaptec ultra 320 controller (Tape Drive Attached). At the time of installation we link both driver BTLD Boot: Defbootstr link=accraid ad320 Aftes succesfully installation of accraid btld... (6 Replies)
Discussion started by: hafizurr
6 Replies

7. SCO

OpenServer 6.0 installation hangs on FSC L200

Hello! I made a try to install SCO OS 6.0 on Fujitsu-Siemens L200 server. The installation hangs on the logo screen after the very fast rotating of the small circles. On another simple PC everything went OK. Any idias will be greatly appreciated. (0 Replies)
Discussion started by: olht
0 Replies

8. SCO

sco openserver 5.07 installation problem

Hi everyone, We r installing sco openserver 5.07 on dell poweredge 2800 but we are facing problem when installing SCSI-raid drivers. Dell provide Perc4 raid card and we dont found raid drivers for this specific raid card. So we r stuck up on primary stage and we also dont know the... (2 Replies)
Discussion started by: mineshkoli
2 Replies

9. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

10. IP Networking

Installation Problem in Unix Openserver

I have certain problems while Installing UNIX OPENSERVER.Could anyone solve that if I provide that problem. (3 Replies)
Discussion started by: Rajraius
3 Replies
Login or Register to Ask a Question
rdc.cf(4)							   File Formats 							 rdc.cf(4)

NAME
rdc.cf - Availability Suite Remote Mirror software configuration file DESCRIPTION
The rdc.cf is an optional configuration file that supplies the sndradm(1M) command with details of the volume sets to be operated on. Inrdc.cf, the volume sets and their host locations are defined in the following format: post pdevice pbitmap shost sdevice sbitmap protocol mode options The rdc.cf fields are: phost (primary host) Server on which the primary volume resides. pdevice (primary device) Primary volume partition to be copied. Specify only full path names (for example, /dev/rdsk/c0t1d0s2). pbitmap (primary bitmap) Volume partition in which the bitmap (scoreboard logs) of the primary partition is stored. Specify only full path names (for exam- ple, /dev/rdsk/c0t1d0s3). shost (secondary host) Server on which the secondary volume resides. sdevice (secondary device) Secondary volume partition. Specify only full path names (for example,/dev/rdsk/c0t1d0s4). sbitmap (secondary bitmap) Volume partition in which the bitmap (scoreboard logs) of the secondary file is stored. Specify only full path names (for example, /dev/rdsk/c0t1d0s5). protocol Network transfer protocol. Specify IP. mode Remote Mirror operating mode. Sync is the Remote Mirror mode where the I/O operation is not confirmed as complete until the remote volume has been updated. Async is the other Remote Mirror mode, in which the primary host I/O operation is confirmed as complete before updating the remote volume. options A consistency group name can be specified using the g character. A disk queue volume partition can be specified using the q character, using full path name only (/dev/rdsk/c0t1d0s5). Without the q character set will default to memory base queue. When running on a clustered system, a cluster resource group tag can be specified using the C character. These options have the following syntax: [g io_groupname] [q queue_volume][C ctag] Note - When running on a cluster configuration, the cluster resource group tag is appended to the Remote Mirror set by default. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |x86 | +-----------------------------+-----------------------------+ |Availability |SUNWrdcu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
sndradm(1M), sndrd(1M), attributes(5) SunOS 5.11 08 Jun 2007 rdc.cf(4)