关于 Oracle ZFS Storage Appliance
Oracle ZFS Storage Appliance 主要功能
Oracle ZFS Storage Appliance 数据服务
Oracle ZFS Storage Appliance 配置
浏览器用户界面 (Browser User Interface, BUI)
命令行界面 (Command Line Interface, CLI)
配置 Oracle ZFS Storage Appliance
dory:> script ("." to run)>
dory:> script ("." to run)> for (i = 10; i > 0; i--) ("." to run)> printf("%d... ", i); ("." to run)> printf("Blastoff!\n"); ("." to run)> . 10... 9... 8... 7... 6... 5... 4... 3... 2... 1... Blastoff!
dory:> script print("It is now " + new Date()) It is now Tue Oct 14 2009 05:33:01 GMT+0000 (UTC)