Skip to end of metadata
Go to start of metadata

As Altibase is an open-source software, there is no need to request for the license key. However, in order to receive technical support and other services, a license must be purchased.

If a license is purchased, there will be a license certification with a warranty, and this license insurance certification includes a key that matches the license suitable for the equipment to be installed.

(For purchasing a license, contact our sales representative: sales@altibase.com)

A trial license can be issued from the Altibase Technical Support Porta (http://support.altibase.com/en/), and a key can be used for 90 days.

Reference) How to Search MAC Address by OS

 

OSCommandOutput exampleInput method
Linux

$ ifconfig -a

or

$ /sbin/ifconfig -a

$ ifconfig -a                
eth0    Link encap:Ethernet  HWaddr HWaddr 14:DA:E9:68:A9:55
                          inet6 addr: fe80::16da:e9ff:fe68:a955/64 Scope:Link
                          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
                          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
                          collisions:0 txqueuelen:1000
                          RX bytes:360 (360.0 b)  TX bytes:468 (468.0 b)
                          Interrupt:36 Base address:0x2000

Enter digis excluding the colon ( : ) in the HWaddar part
Input example) 14:DA:E9:68:A9:55 => 14DAE968A955            
Solaris

$ ifconfig -a

(must be run as root)

# ifconfig -a                
lo0: flags=1000849mtu 8232 index 1
                inet 127.0.0.1 netmask ff000000
eri0: flags=1000843mtu 1500 index 2
                inet 192.168.1.69 netmask ffffff00 broadcast 192.168.1.255
                ether 0:3:ba:b0:64:9d
lo0: flags=2000849mtu 8252 index 1
                inet6 ::1/128                 
eri0: flags=2000841mtu 1500 index 2
                ether 0:3:ba:b0:64:9d
                inet6 fe80::203:baff:feb0:649d/10 
Enter 12 digits excluding the colon (:) in the ether part.
Input example) 0:3:ba:b0:64:9d  => 0003bab0649d            
AIX

$ lscfg -vp

or

$ lscfg -vpl

$ lscfg -vp | grep -i 'network address'
                          Network Address.............10000000C98FA544
                          Network Address.............00215E891312
                          Network Address.............00215E891313
                          Network Address.............E41F131EB561 

Enter 12 digits of the Network Address value among the results of lscfg -vp.
Input example)

00215E891312 => 00215E891312            

HP-UX

$ lanscan

or

$ /usr/sbin/lanscan

$ /usr/sbin/lanscan                
Message catalog can't be opened/accessed for language ko_KR.eucKR.                
Language C will used.                
Hardware Station          Crd Hdw    Net-Interface  NM  MAC     HP-DLPI DLPI                 Path      Address               In# State NamePPA       ID   Type     Support Mjr#                 0/4/2/0  0x0017A4517308   0   UP    lan0 snap0     1   ETHER     Yes     119                 0/4/2/1  0x0017A4517309   0   UP    lan1 snap1     2   ETHER     Yes     119

Enter 12 digits excluding 0x in the Address part.
Input example) 

0x0017A4517308 => 0017A4517308            

WindowsC:\>ipconfig /all

C:\> ipconfig /all
Ethernet adapter local area connection:

Connection-specific DNS suffix .. . . . :
Description. . . . . . . . . . . . . . . . . . . :
Intel(R) 82579V Gigabit Network Connection
Physical address. . . . . . . . . . . . . : 2C-41-38-05-81-D9                
Using DHCP . . . . . . . . . . . . . : No                
Using auto configuration . . . . . . . . . . : Yes                
Link-local IPv6 address . . . . . . : fe80::8d60:b22b:8547:5625%16(Default setting)
IPv4 address . . . . . . . . . . . . . . .: 192.168.6.5(Default setting)
Subnet mask . . . . . . . . . . . : 255.255.255.0
Default gateway . . . . . . . . . : fe80::951a:406c:58c6:16e0%16                                                                192.168.6.1                
DHCPv6 IAID . . . . . . . . . . . : 388776248                
DHCPv6 Client DUID. : 00-01-00-01-1A-95-2C-9E-AC-81-12-9A-4E-35                
DNS Server . . . . . . . . . . . . . . : 192.168.1.3                
NetBIOS via Tcpip. . . . : use

Enter 12 digits excluding-in the physical address.
Input example) 

2C-41-38-05-81-D9 => 2C41380581D9            

  • No labels