Koozali.org: home of the SME Server

OCS-Inventory

CKConsulting

OCS-Inventory
« on: January 24, 2007, 04:27:55 AM »
Anyone running OCS-Inventory on SME 7?

Any Comments on install, How to or the product itself?


Rick

Offline cool34000

  • *
  • 339
  • +0/-0
OCS-Inventory
« Reply #1 on: January 24, 2007, 02:54:24 PM »
It works like a charm under SME 7.x
I followed this french howto : http://www.dlaoctet.com/index.php/2006/10/12/17-installer-ocs-next-generation-inventory-et-glpi

CKConsulting

OCS-Inventory
« Reply #2 on: January 24, 2007, 09:22:11 PM »
Thanks, that's what I was looking for.

Now I just need to figure out how to read French.

Rick

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
OCS-Inventory
« Reply #3 on: January 24, 2007, 11:14:28 PM »
Translate it in google.
"It should just work" if it doesn't report it. Thanks!

CKConsulting

OCS-Inventory
« Reply #4 on: January 24, 2007, 11:16:56 PM »
I'm installing it right now.  I did have to google a couple words but it's going well.

Rick

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
OCS-Inventory
« Reply #5 on: January 24, 2007, 11:39:48 PM »
Well you could use google translate tool and translate the whole page but ok.
"It should just work" if it doesn't report it. Thanks!

CKConsulting

OCS-Inventory
« Reply #6 on: January 24, 2007, 11:41:44 PM »
I didn't know you could do that.

Very cool!!!!!

CKConsulting

OCS-Inventory
« Reply #7 on: January 25, 2007, 05:21:38 AM »
I'm getting errors, can anyone help.

This is during the web portion of the install.  On a fresh 7.1 build the only other add on is PHPMYADMIN

ERROR: InnoDB conversion failed, install InnoDB mysql engine support on your server
or you will experience severe performance issues.
(Try to uncomment "#skip-innodb" in your mysql config file.)
Reinstall when corrected.


ERROR: HEAP conversion failed, install HEAP mysql engine support on your server
or you will experience severe performance issues.

******************
In the following install step.  I changed the files in  /etc/e-smith/templates because the following did not exist in templates-custom and I'm not sure how to add them as custom templates.

To modify the personalized templates my.cnf:

In the /etc/e-smith/templates-custom/etc/my.cnf/005mysqld file
max_allowed_packet=50M
In the /etc/e-smith/templates-custom/etc/my.cnf/009innodb file
to modify the line and to replace disabled by enabled
my $innodb = $mysqld {InnoDB} || “enabled”;

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
OCS-Inventory
« Reply #8 on: January 25, 2007, 09:50:01 AM »
Try 'enabled' instead of  “enabled” .

and where does my.cnf get expanded

and does

Code: [Select]
db configuration setprop mysqld InnoDB enabled
expand-template /etc/my.cnf
do the same thing ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline cool34000

  • *
  • 339
  • +0/-0
OCS-Inventory
« Reply #9 on: January 26, 2007, 01:06:30 AM »
I've taken the option of creating a custom-template rather than your tip William because the backup I'm using (DAR) is saving all custom-templates and ibays by default...
Should this be a better choice in this case ?