-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: September 2009
Oracle Application Server 10g Installation Guide
Oracle Application Server 10g Installation.pdf Original post blogged on b2evolution.
Posted in Uncategorized
Leave a comment
AIX: Troubleshooting and errors messages
If you suspect that hardware problems are the reason for errors in your installation, analyze the system log. To do this, enter the command:errpt -a | more Original post blogged on b2evolution. Incoming search terms:aix troubleshooting guide
Posted in Uncategorized
Leave a comment
Compaq: Troubleshooting
If you suspect that hardware problems are the reason for errors in your installation, analyze the system log. To do this, enter the command:/usr/sbin/uerf -R | more Original post blogged on b2evolution.
Posted in Uncategorized
Leave a comment
Solaris: Troubleshooting and errors messages
If you suspect that hardware problems are the reason for errors in your installation, analyze the system. To do this, use the following commands:dmesg | moremore /usr/adm/messages Original post blogged on b2evolution.
Posted in Uncategorized
Leave a comment
Solaris: Mounting Directories via NFS
To mount directories via NFS from the host on which the central instance runs, log on as user root and proceed as follows:On the host on which the main instance runs:1. Enter the command:/usr/sbin/share2. Edit the file /etc/dfs/dfstab to add … Continue reading
Posted in Uncategorized
Leave a comment
Linux: Exporting Directories via NFS
To export directories via NFS, perform the following steps (the following assumes that the central instance host is the NFS server):1. Log on as user root to the NFS server.2. Make sure that your host is configured as NFS server … Continue reading
Posted in Uncategorized
Leave a comment
How do I expand / resize an ext3 file system in linux
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first. (The system used for this example … Continue reading
Posted in Uncategorized
Leave a comment
Solaris: Preparing Hard Disks and Partitioning Disks
prtvtoc Utility prtvtoc prints the content of the VTOC (volume table of contents). It displays the start/stopcylinder, the size of the partition and the mounted directory. Execute prtvtoc as follows:1. Log on as user root.2. Enter: /usr/sbin/prtvtoc -s <rawdevice> Solaris … Continue reading
Posted in Uncategorized
Leave a comment
Solaris: Mounting a CD-ROM
In the Solaris operating system, a layer of software manages CD-ROM and other media.This is the volume manager, which automates the interaction between you and your CDROMs.Do not use this volume manager to mount CD-ROMs needed for the installation, asthe … Continue reading
Posted in Uncategorized
Leave a comment
Linux: How to Mounting a CD-ROM / DVD
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the first CD-ROM device with the command:mount -t iso9660 -r <device> <CD-mountdir>where <device> is /dev/cdrom for non-SCSI … Continue reading
Posted in Uncategorized
Leave a comment