Install Rpm Package On Openfiler
How to Install or Remove an RPM Package. Many GNU/Linux distributions use the popular Redhat Package Manager (RPM) system of adding or removing programs. Almost all Linux users will encounter the desire to add software to their computer. Installation of Openfiler using the standard graphical-based installation method. Step By Step: Install and setup Oracle 11g R2 RAC on Oracle Enterprise Linux 5.5 (32 bit) Platform. Hardware Used in setting up 3-node 11g R2 RAC using iSCSI SAN (Openfiler). This package is located in the rpm directory on Grid Infrastructure Media and needs to be installed after the group oinstall is created.
We bought One SuperMicro Server that will be used for Storage purposes and then we install the openfiler on it.
The thing is that we need to install RAID controller and Im not familiar with OpenFiler and there are packages in that are .rpm or .deb
Bruce lee dragon warrior game. when i pass the command rpm -ivh StorMan-7.30.i386.rpm it say
-bash: rpm: command not found
So how to install .rpm packages on this Openfiler. So that I can remotely access the RAID controller using my machine.
OmiPenguinOmiPenguin1 Answer
If rpm is not found, it maybe not be supported (OpenFiler may not be a derivative of RedHat
)
So a possible way but dangerous is to extract the binary file and copy it onto your machine,
i.e rpm2cpio StorMan-7.30.i386.rpm cpio -idmv
, and copy everything extracted to /
.
Be sure to test it on a testing environment first, it could ruin your system.
daisydaisyNot the answer you're looking for? Browse other questions tagged rpm or ask your own question.
We bought One SuperMicro Server that will be used for Storage purposes and then we install the openfiler on it.
The thing is that we need to install RAID controller and Im not familiar with OpenFiler and there are packages in that are .rpm or .deb
Install Rpm Package
when i pass the command rpm -ivh StorMan-7.30.i386.rpm it say
-bash: rpm: command not found
So how to install .rpm packages on this Openfiler. So that I can remotely access the RAID controller using my machine.
OmiPenguinOmiPenguin1 Answer
If rpm is not found, it maybe not be supported (OpenFiler may not be a derivative of RedHat
)
So a possible way but dangerous is to extract the binary file and copy it onto your machine,
i.e rpm2cpio StorMan-7.30.i386.rpm cpio -idmv
, and copy everything extracted to /
.
Be sure to test it on a testing environment first, it could ruin your system.
daisydaisy