Search Results

Search: Posts Made By: pmoren
2,180
Posted By pmoren
Disk Array
HI:

I have a DUAL redundant system running in HP-UX 10.20 ( 2 servers)
Both servers share an external SCSI disk array. Both server runs a Data base wich uses the disk array to write the data, and...
Forum: HP-UX 11-30-2011
14,347
Posted By pmoren
Thanks every body for the answers, finally I...
Thanks every body for the answers, finally I couldnt find a solution, so I recreate the volume group with the maximun size of the disk and I duplicate de logical groups. Maybe it was not the best...
Forum: HP-UX 11-18-2011
14,347
Posted By pmoren
I did it.. but It doesnt really say´s anything...
I did it.. but It doesnt really say´s anything clear how to increase or add another colume group. I tried from SAM, but it doesnt let me change, it says that the physical volume already belong to a...
Forum: HP-UX 11-18-2011
14,347
Posted By pmoren
# vgdisplay -v vg02 --- Volume groups --- VG...
# vgdisplay -v vg02
--- Volume groups ---
VG Name /dev/vg02
VG Write Access read/write
VG Status available
Max LV ...
Forum: HP-UX 11-18-2011
14,347
Posted By pmoren
Increase Size of a Volume Group
Hi I have hp-ux 10.20

I have have my operating system VG of 7 GB in a 36Gb disk. So I have like 29GB of unused disk space. There is any way to increase my VG size, or to add another VG in the same...
Forum: Programming 11-22-2008
6,541
Posted By pmoren
Finally I found the problem
Finally I get the answer.
The solution is to put -Aa, -D_HPUX_SOURCE

I guess the problem come when you put the -Aa option in the Makefile, because that makes tha cc to ignore some libraries...
Forum: Programming 11-21-2008
6,541
Posted By pmoren
Which are the other 3 makes files? I have no...
Which are the other 3 makes files? I have no idea, can you give me the name so I look for it at the computer?
Any way , what do the -Aa instruccion?
Forum: Programming 11-19-2008
6,541
Posted By pmoren
I forgot to say that simacc.exe is my code B
I forgot to say that simacc.exe is my code B
Forum: Programming 11-19-2008
6,541
Posted By pmoren
My Makefile
Here is the makefile of the CODE B:

### SccsId[] = "@(#)Makefile 1.1 11/06/98"
#!/bin/sh
#
# Include the macro definition file
#
include $(MAKE_DIR)/$(MACHINE)/make.macro

#...
Forum: Programming 11-19-2008
6,541
Posted By pmoren
Problem with a Makefile
Hi, I am very new with makefile topics , maybe this is a very symple question...
I have this code wich compile very good ( I get it from the net), I will call it code A.
I have to add it with a...
Forum: HP-UX 02-23-2007
9,073
Posted By pmoren
Not pretty sure but I think the command TOP,...
Not pretty sure but I think the command TOP, gives you that
Forum: HP-UX 02-21-2007
3,676
Posted By pmoren
well, as I told you before, use a a text editor...
well, as I told you before, use a a text editor with a replace tool,you can use for example edit plus ( it runs in windows)

for example, your passwd:
...
Forum: HP-UX 02-21-2007
3,676
Posted By pmoren
if your passwd file is like this: ...
if your passwd file is like this:

smith:*:100:100:8A-74(office):/home/smith:/usr/bin/sh
guest:*:200:0::/home/guest:/usr/bin/sh
...
....
.....

your script should be like this(depending...
Forum: HP-UX 02-17-2007
3,676
Posted By pmoren
You have to do this: 1)Copy the passwd and...
You have to do this:
1)Copy the passwd and group files to the second server ( first backup your files)


2) The you have to create manually each directory, but you can use the passwd file to do...
Forum: Filesystems, Disks and Memory 02-17-2007
6,060
Posted By pmoren
Yes it is possible!! You can make a bootable...
Yes it is possible!!

You can make a bootable drive, but probably will destroy your data. But what you can do, is to copy the entire logical volume to your new disk, that is very easy to do, I have...
Forum: HP-UX 02-14-2007
2,348
Posted By pmoren
thanks for the link
thanks for the link
Forum: Filesystems, Disks and Memory 02-10-2007
4,788
Posted By pmoren
what does the lvmtab says? It is located at...
what does the lvmtab says?
It is located at /etc, you can reade it with
strings lvmtab
also try vgdisplay
Maybe thy are pointing to other disk.
Also there si an special section in this forums...
Forum: HP-UX 02-10-2007
2,348
Posted By pmoren
The kernel starts loading then breaks. I cant...
The kernel starts loading then breaks. I cant send you any other report because I can even see what happens is really quick, is there any log where I can see that? In the rc.log apperas the kernel...
Forum: HP-UX 02-09-2007
2,348
Posted By pmoren
A kernel question
Hi,
I have one boot disk (root disk) that is made for an HP visualize 132.
Then I want to use this boot disk with his original installation in a visualize 180. Of course it doesnt work!!
I was...
Forum: HP-UX 02-07-2007
5,621
Posted By pmoren
I am not familiarized with HP Tru64 but in HP-UX...
I am not familiarized with HP Tru64 but in HP-UX 10.20 you can see it with sam, if you have free space in your hard disk add a new volume group then mount it to your actual directory. You must...
Forum: HP-UX 02-07-2007
6,942
Posted By pmoren
There is a project name OpenOffice from SUN,that...
There is a project name OpenOffice from SUN,that has the same features than office.
It supports some versions of UNIX, linux and windows. They are doing a version for HP, I am not pretty sure if it...
Forum: HP-UX 02-06-2007
5,621
Posted By pmoren
The command to see your partitions is df -k
The command to see your partitions is

df -k
Forum: HP-UX 02-06-2007
2,732
Posted By pmoren
I dont undestarnd very well your problem, but I...
I dont undestarnd very well your problem, but I think one solution is the term that you are using. Maybe you can usean hpterm, just type
hpterm
then use the edit menu of the therm
Hope it works
Forum: HP-UX 02-06-2007
180,068
Posted By pmoren
you can use the command uncompress, I have use...
you can use the command uncompress, I have use winzip to read file compressed with uncompress, never used viceversa, I think it could work.
just put
uncompress sample.zip
maybe you have to change...
Forum: HP-UX 02-06-2007
4,837
Posted By pmoren
I have some problems like yours, see this topic: ...
I have some problems like yours, see this topic:
https://www.unix.com/showthread.php?t=33851

To check your disk drives use the command:
df -k
Showing results 1 to 25 of 35

 
All times are GMT -4. The time now is 07:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy